From: Eli Zaretskii Date: Sat, 11 Jul 2009 20:31:27 +0000 (+0000) Subject: (stat): Fix last change. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1~1^2~324^2~11509 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=568addef324577eccc8e30b3b1de85cb8154949c;p=emacs.git (stat): Fix last change. --- diff --git a/src/w32.c b/src/w32.c index 7a414dd6bdc..e8b7abc082e 100644 --- a/src/w32.c +++ b/src/w32.c @@ -3381,7 +3381,7 @@ stat (const char * path, struct stat * buf) } if (!(NILP (Vw32_get_true_file_attributes) - || (EQ (Vw32_get_true_file_attributes, Qlocal) && !is_slow_fs (name))) + || (EQ (Vw32_get_true_file_attributes, Qlocal) && is_slow_fs (name))) /* No access rights required to get info. */ && (fh = CreateFile (name, 0, 0, NULL, OPEN_EXISTING, FILE_FLAG_BACKUP_SEMANTICS, NULL))